home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / utils / whati~gz.zoo / whatis._2_ < prev    next >
Text File  |  1992-09-13  |  9KB  |  158 lines

  1. #WHATIS/ST
  2. #
  3. # NOTE: do NOT sort this file!!!
  4. #
  5. # format:
  6. #
  7. #    name%alias(es)%section%subsection%description%xref%keywords
  8. #
  9. #    name        program/routine/etc name
  10. #    alias        if this sources another manpage or refered by another
  11. #            name
  12. #    section        number (1-8)
  13. #    subsection    single letter (cap)
  14. #    description    what this is
  15. #    xref        basically "SEE ALSO"
  16. #    keywords    any descriptive keywords (comma sep list)
  17. #
  18. # `#' is a comment. null field us just `_'
  19. #
  20. # $Id$
  21. # $Log$
  22. Blitmode%_%2%X%get/set blitter configuration (xbios 0x40)%_%_
  23. Cauxin%_%2%G%read character from AUX: (gemdos 0x03)%_%_
  24. Cauxis%_%2%G%check input status of AUX: (gemdos 0x12)%_%_
  25. Cauxos%_%2%G%check output status of AUX: (gemdos 0x13)%_%_
  26. Cauxout%_%2%G%write character to AUX: (gemdos 0x04)%_%_
  27. Cconin%_%2%G%read character from standard input (gemdos 0x01)%_%_
  28. Cconis%_%2%G%check status of standard input (gemdos 0x0B)%_%_
  29. Cconos%_%2%G%check status of standard output (gemdos 0x10)%_%_
  30. Cconout%_%2%G%write character to standard output (gemdos 0x02)%_%_
  31. Cconrs%_%2%G%read edited string from standard input (gemdos 0x0A)%_%_
  32. Cconws%_%2%G%write string to standard output (gemdos 0x09)%_%_
  33. Cnecin%_%2%G%read character from standard input, no echo (gemdos 0x08)%_%_
  34. Cprnos%_%2%G%check status of PRN: (gemdos 0x11)%_%_
  35. Cprnout%_%2%G%write character to PRN: (gemdos 0x05)%_%_
  36. Crawcin%_%2%G%raw input from standard input (gemdos 0x07)%_%_
  37. Crawio%_%2%G%raw i/o to standard input/output (gemdos 0x02)%_%_
  38. Dclosedir%_%2%M%close a directory%Dopendir(2M),Dreaddir(2M)%_
  39. Dcntl%_%2%M%perform a file system specific operation on a file or directory%Bconmap(2M),Fcntl(2M)%_
  40. Dcreate%_%2%G%create directory (gemdos 0x39)%_%_
  41. Ddelete%_%2%G%delete directory (gemdos 0x3a)%_%_
  42. Dfree%_%2%G%get drive free space (gemdos 0x36)%_%_
  43. Dgetdrv%_%2%G%get default drive (gemdos 0x19)%_%_
  44. Dgetpath%_%2%G%get current directory (gemdos 0x47)%_%_
  45. Dlock%_%2%M%lock or unlock a BIOS disk device%Fxattr(2M)%_
  46. Dopendir%_%2%M%open a directory for reading%Dclosedir(2M),Dreaddir(2M),Drewinddir(2M)%_
  47. Dpathconf%_%2%M%get information about file system configuration%Sysconf(2M)%_
  48. Dreaddir%_%2%M%read directory information%Dclosedir(2M),Dopendir(2M),Drewinddir(2M)%_
  49. Drewinddir%_%2%M%rewind an open directory%Dopendir(2M),Dreaddir(2M)%_
  50. Dsetdrv%_%2%G%set default drive (gemdos 0x0e)%_%_
  51. Dsetpath%_%2%G%set current directory (gemdos 0x3b)%_%_
  52. Fattrib%_%2%G%get/set file attributes (gemdos 0x43)%_%_
  53. Fchmod%_%2%M%set file access permissions%Fattrib(2M),Fxattr(2M)%_
  54. Fchown%_%2%M%change a file's ownership%Fchmod(2M),Fxattr(2M)%_
  55. Fclose%_%2%G%close file (gemdos 0x3e)%_%_
  56. Fcntl%_%2%M%perform various control operations on a file%Fdup(2M),Flock(2M),Fopen(2M),Fxattr(2M),Pgetpgrp(2M),Psetpgrp(2M)%_
  57. Fcreate%_%2%G%create file (gemdos 0x3c)%_%_
  58. Fdatime%_%2%G%get/set file timestamp (gemdos 0x57)%_%_
  59. Fdelete%_%2%G%delete file (gemdos 0x41)%_%_
  60. Fdup%_%2%G%duplicate file handle (gemdos 0x45)%_%_
  61. Fforce%_%2%G%force file handle (gemdos 0x46)%_%_
  62. Fgetchar%_%2%M%read a character from a file%Bconin(2M),Cconin(2M),Cauxin(2M),Fputchar(2M),Fread(2M)%_
  63. Fgetdta%_%2%G%get DTA (Disk Transfer Address) (gemdos 0x2F)%_%_
  64. Finstat%_%2%M%determine input status for a file%Cauxis(2M),Cconis(2M),Fcntl(2M),Foutstat(2M)%_
  65. Flink%_%2%M%create a new link to a file%Frename(2M),Fsymlink(2M)%_
  66. Fmidipipe%_%2%M%redirect MIDI input and output%Fdup(2M),Fforce(2M)%_
  67. Fopen%_%2%G%open file (gemdos 0x3d)%_%_
  68. Foutstat%_%2%M%determine output status for a file%Cauxos(2M),Cconos(2M),Cprnos(2M),Fcntl(2M),Finstat(2M)%_
  69. Fpipe%_%2%M%create a pipe%_%_
  70. Fputchar%_%2%M%read a character from a file%Bconout(2M),Cauxout(2M),Cconout(2M),Crawio(2M),Fgetchar(2M),Fwrite(2M)%_
  71. Fread%_%2%G%read from file (gemdos 0x3f)%_%_
  72. Freadlink%_%2%M%determine contents of a symbolic link%Fsymlink(2M)%_
  73. Frename%_%2%G%rename file (gemdos 0x56)%_%_
  74. Fseek%_%2%G%seek file pointer (gemdos 0x42)%_%_
  75. Fselect%_%2%M%select file descriptors that are ready for reading or writing%Finstat(2M),Foutstat(2M)%_
  76. Fsetdta%_%2%G%set DTA (Disk Transfer Address) (gemdos 0x1A)%_%_
  77. Fsfirst%_%2%G%search first (gemdos 0x4e)%_%_
  78. Fsnext%_%2%G%search next (gemdos 0x4f)%_%_
  79. Fsymlink%_%2%M%create a symbolic link to a file%Flink(2M),Freadlink(2M),Frename(2M)%_
  80. Fwrite%_%2%G%write to file (gemdos 0x40)%_%_
  81. Fxattr%_%2%M%get extended attributes for a file%Fattrib(2M),Fsnext(2M)%_
  82. Malloc%_%2%G%allocate memory (gemdos 0x48)%_%_
  83. Mfree%_%2%G%release memory (gemdos 0x49)%_%_
  84. MiNT%_%2%M%MiNT is Not TOS: A Multitasking Operating System Extension for the Atari ST%_%_
  85. Mshrink%_%2%G%shrink size of allocated block (gemdos 0x4A)%_%_
  86. Pause%_%2%M%suspend process until a signal is received%Psigblock(2M),Psignal(2M),Psigsetmask(2M)%_
  87. Pdomain%_%2%M%get or set process execution domain%_%_
  88. Pexec%_%2%G%load/execute process (gemdos 0x4b)%_%_
  89. Pfork%_%2%M%create a copy of the current process%Pexec(2M),Pvfork(2M)%_
  90. Pgetgid%Pgetuid%2%M%get the current user or group id%Psetuid(2M)%_
  91. Pgetpgrp%_%2%M%get the current process group number%Pkill(2M),Pgetpid(2M),Psetpgrp(2M)%_
  92. Pgetpid%_%2%M%get the current process id%Pgetpgrp(2M),Pgetppid(2M)%_
  93. Pgetppid%_%2%M%get the process id for the parent of the current process%Pgetpgrp(2M),Pgetpid(2M)%_
  94. Pgetuid,Pgetgid%_%2%M%get the current user or group id%Psetuid(2M)%_
  95. Pkill%_%2%M%send a signal to a process%Psetpgrp(2M),Psignal(2M)%_
  96. Pmsg%_%2%M%send and receive brief messages%_%_
  97. Pnice%_%2%M%change process priority for the current process%Prenice(2M)%_
  98. Prenice%_%2%M%change process priority%Pnice(2M)%_
  99. Prusage%_%2%M%get resource usage information%Psetlimit(2M)%_
  100. Psemaphore%_%2%M%create/use/destroy a sempahore%_%_
  101. Psetgid%Psetuid%2%M%change a process' user or group id%Pgetuid(2M)%_
  102. Psetlimit%_%2%M%get or set limits on use of system resources%Prusage(2M)%_
  103. Psetpgrp%_%2%M%set the process group number for a process%Pkill(2M),Pgetpgrp(2M),Pgetpid(2M)%_
  104. Psetuid,Psetgid%_%2%M%change a process' user or group id%Pgetuid(2M)%_
  105. Psigblock,Psigsetmask%_%2%M%block or unblock delivery of signals%Pkill(2M),Psignal(2M),Psigpending(2M)%_
  106. Psignal%_%2%M%change the way a signal is handled%Pkill(2M),Psigblock(2M),Psigreturn(2M)%_
  107. Psigpending%_%2%M%determine which signals have been sent but not delivered%Psigblock(2M),Psignal(2M),Psigsetmask(2M)%_
  108. Psigreturn%_%2%M%exit from a signal handler%Psignal(2M)%_
  109. Psigsetmask%Psigblock%2%M%block or unblock delivery of signals%Pkill(2M),Psignal(2M),Psigpending(2M)%_
  110. Pterm%_%2%G%terminate process (gemdos 0x4c)%_%_
  111. Pterm0%_%2%G%terminate process (gemdos 0x00)%_%_
  112. Ptermres%_%2%G%terminate and stay resident (gemdos 0x31)%_%_
  113. Pumask%_%2%M%set file and directory creation mask%Dcreate(2M),Fchmod(2M),Fcreate(2M)%_
  114. Pusrval%_%2%M%get or set process specific information%_%_
  115. Pvfork%_%2%M%create a copy of the current process%Pexec(2M),Pfork(2M)%_
  116. Pwait%Pwait3%2%M%get exit status of children%Pexec(2M),Pterm(2M),Pterm0(2M),Ptermres(2M)%_
  117. Pwait,Pwait3%_%2%M%get exit status of children%Pexec(2M),Pterm(2M),Pterm0(2M),Ptermres(2M)%_
  118. Super%_%2%G%get/set/inquire supervisor mode (gemdos 0x20)%_%_
  119. Sversion%_%2%G%get GEMDOS version number (gemdos 0x30)%_%_
  120. Syield%_%2%M%give up the processor%Pause(2M),Fselect(2M)%_
  121. Sysconf%_%2%M%get information about operating system configuration%Dpathconf(2M)%_
  122. Talarm%_%2%M%schedule an alarm to occur%Pause(2M),Psignal(2M)%_
  123. Tgetdate%_%2%G%get date (gemdos 0x2a)%_%_
  124. Tgettime%_%2%G%get time (gemdos 0x2c)%_%_
  125. Tsetdate%_%2%G%set date (gemdos 0x2b)%_%_
  126. Tsettime%_%2%G%set time (gemdos 0x2d)%_%_
  127.  
  128. _exit%_%2%_%terminate a process%_%_
  129. access%_%2%_%determine accessibility of a file%_%_
  130. argv.o%_%2%_%replacement for gemlib _main%_%_
  131. brk%_%2%_%change data segment size%_%_
  132. chdir%_%2%_%change current working directory%_%_
  133. chmod%_%2%_%change file access modes%_%_
  134. chown%_%2%_%change owner and group of a file%_%_
  135. chroot%_%2%_%change root directory name%_%_
  136. close%_%2%_%close a descriptor (file)%_%_
  137. creat%_%2%_%create a new file%_%_
  138. crt0%_%2%_%startup code for Alcyon (GEM application and TOS)%_%_
  139. dup%_%2%_%duplicate a descriptor%_%_
  140. gemdos%_%2%G%atari operating system calls%_%_
  141. intro%_%2%_%introduction to system calls and error numbers%